projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3830083
)
filechooserwidget: Let the rename entry hexpand
author
Timm Bäder
<mail@baedert.org>
Sat, 4 Feb 2017 09:49:43 +0000
(10:49 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Jul 2017 19:11:26 +0000
(15:11 -0400)
This makes a difference with other locals where error messages are
longer than the standard width of entry+spacing+button.
https://bugzilla.gnome.org/show_bug.cgi?id=775636
gtk/ui/gtkfilechooserwidget.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkfilechooserwidget.ui
b/gtk/ui/gtkfilechooserwidget.ui
index eb021bef45c5f56fbdb1a47e60bbae27d15a32b2..40e688ba2882d7faea8998c83b46d60d0afcf4c5 100644
(file)
--- a/
gtk/ui/gtkfilechooserwidget.ui
+++ b/
gtk/ui/gtkfilechooserwidget.ui
@@
-402,6
+402,7
@@
<object class="GtkEntry" id="new_folder_name_entry">
<property name="width-chars">25</property>
<property name="activates-default">1</property>
+ <property name="hexpand">true</property>
<signal name="changed" handler="new_folder_name_changed"/>
</object>
<packing>